home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir30 / l2c-19.zip / DLINE.L2C < prev    next >
Text File  |  1993-06-25  |  982b  |  27 lines

  1. ;┌────────────────────────────────────────────────────────────────────────────┐
  2. ;│                             DLINE demo                                     │
  3. ;│                       Watcom, MS-DOS version                               │
  4. ;└────────────────────────────────────────────────────────────────────────────┘
  5. *
  6. * A sample demo file to compile DLINE.LSP and related files
  7. *
  8. *─────────────────────────────────────────────────────────────────────────────
  9. *
  10. * We don't want L2C to generate S::L2CSTARTUP, as we provide our own in
  11. * STARTUP.LSP
  12. * -n   No to all the questions:
  13. *      we don't want L2C to generate S::L2CSTARTUP, as we provide
  14. *      our own in STARTUP.LSP
  15. -n
  16. ai_utils
  17. startup
  18. dline
  19. * Specify output file name, as L2c would take AI_UT otherwise
  20. * (first up to 5 characters from the first file name)
  21. -odline
  22. * Compiler is Watcom by default, but anyway...
  23. -cWAT
  24. * Target environment is DOS by default, but anyway...
  25. -tDOS
  26. * End of file
  27.